home *** CD-ROM | disk | FTP | other *** search
/ IBM InfoROM for OS/2 Beta 1995 January / IBM InfoROM for OS2 Beta 1-1995.ISO / testcert / display / function / testcase / test05.cmd < prev    next >
Encoding:
Text File  |  1994-08-05  |  631 b   |  24 lines

  1. /**/
  2. 'cls'
  3. Say     " "
  4. Say     "****************************************************************"
  5. Say     "           Name: Test Case 05"
  6. Say     " "
  7. Say     "           Program: OS/2's VDM MODE command"
  8. Say     " "
  9. Say     "           Purpose: To change different video MODEs"
  10. Say     " "
  11. Say     " "
  12. Say     "           Please refer to test05.doc for more"
  13. Say     "           information on what this test case does."
  14. Say     "****************************************************************"
  15.  
  16. call Beep 500, 100
  17. '@echo off'
  18. Pause
  19. 'cd ..\modetest\vdm'
  20. 'call runme.cmd'
  21. 'cd ..\..\testcase'
  22. '@echo on'
  23. exit
  24.